home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / ien / ien-115 < prev    next >
Text File  |  1988-12-01  |  6KB  |  232 lines

  1.  
  2.  
  3.  
  4.                                                                J. Postel
  5. IEN 115                                                              ISI
  6.                                                              August 1979
  7.  
  8.  
  9.  
  10.                             ADDRESS MAPPINGS
  11.                             ----------------
  12.  
  13.  
  14.  
  15. Internet Address
  16. ----------------
  17.  
  18.    This memo describes  the relationship  between address fields used in
  19.    the Internet Protocol (IP) [1] and several specific networks.
  20.  
  21.    An internet  address  is a 32 bit quantity,  divided  into an  8  bit
  22.    network number and a 24 bit local address as shown below.
  23.  
  24.       +--------+--------+--------+--------+
  25.       |    Net |      Local  Address      |
  26.       +--------+--------+--------+--------+
  27.  
  28.    The local address  carries  information  to address  a  host  in  the
  29.    network  identified  by the network number.  Since each network has a
  30.    particular address format and length, the following section describes
  31.    the mapping  between  internet local addresses and the actual address
  32.    format used in the particular network.
  33.  
  34. Internet to Local Net Address Mappings
  35. --------------------------------------
  36.  
  37.    The following  transformations are used to convert internet addresses
  38.    to local net addresses and vice versa:
  39.  
  40.       ARPANET
  41.       -------
  42.  
  43.          The ARPANET (with 96 bit leaders) has 24 bit addresses.  The 24
  44.          bits are assigned  to host,  logical  host,  and IMP fields  as
  45.          illustrated  below.   These 24 bit addresses  are used directly
  46.          for the 24 bit local address of the internet address.
  47.  
  48.          The network number of the ARPANET is 10.
  49.  
  50.          +--------+--------+--------+
  51.          |  HOST  |   LH   |  IMP   |
  52.          +--------+--------+--------+
  53.               8        8        8
  54.  
  55.  
  56.  
  57. Postel                                                          [Page 1]
  58.  
  59.  
  60.                                                              August 1979
  61. IEN 115                                                 Address Mappings
  62.  
  63.  
  64.  
  65.       SATNET
  66.       ------
  67.  
  68.          The Atlantic  Satellite Packet Network has 16 bit addresses for
  69.          hosts.  These addresses may be assigned independent of location
  70.          (i.e.,  ground station).  It is also possible to assign several
  71.          addresses  to one physical  host,  so the addresses are logical
  72.          addresses.   The 16 bit SATNET address is located in the 24 bit
  73.          internet local address as shown below.
  74.  
  75.          The network number of the SATNET is 4.
  76.  
  77.          +--------+----------------+
  78.          |  ZERO  |        HOST    |
  79.          +--------+----------------+
  80.               8           16
  81.  
  82.       PRNET
  83.       -----
  84.  
  85.          The Packet  Radio networks  use 16 bit  addresses.   These  are
  86.          independent  of location (indeed the hosts may be mobile).  The
  87.          16 bit PRNET addresses are located in the 24 bit internet local
  88.          address as shown below.
  89.  
  90.          The network numbers of the PRNETs are:
  91.  
  92.             BBN-PR      1
  93.             SF-PR-1     2
  94.             SILL-PR     5
  95.             SF-PR-2     6
  96.             BRAGG-PR    9
  97.             DC-PR      20
  98.  
  99.          +--------+----------------+
  100.          |  ZERO  |        HOST    |
  101.          +--------+----------------+
  102.               8           16
  103.  
  104.       LCSNET
  105.       ------
  106.  
  107.          The LCS NET at MIT's Laboratory  for Computer  Science  uses 32
  108.          bit addresses  of several  formats.   Please  see [2] for  more
  109.          details.   The most common format locates the low order 24 bits
  110.          of the 32 bit LCS NET address  in the  24  bit  internet  local
  111.          address, as shown below.
  112.  
  113.  
  114.  
  115. Postel                                                          [Page 2]
  116.  
  117.  
  118.                                                              August 1979
  119. IEN 115                                                 Address Mappings
  120.  
  121.  
  122.  
  123.          The network number of the LCS NET is 18.
  124.  
  125.          +--------+--------+--------+
  126.          |   SUB  |RESERVED|  HOST  |
  127.          |   NET  |        |        |
  128.          +--------+--------+--------+
  129.               8        8        8
  130.  
  131.       EDN
  132.       ---
  133.  
  134.          The Experimental  Data Network  at  the  Defense  Communication
  135.          Engineering  Center (DCEC) uses the old 1822 32 bit leader, and
  136.          so has 8 bit addresses.   These 8 bit EDN addresses are located
  137.          in the 24 bit internet local address as shown below.
  138.  
  139.          The network number of the EDN is 21.
  140.  
  141.          +------+--+----------+------+
  142.          |      | H|          |      |
  143.          | ZERO | O|   ZERO   |  IMP |
  144.          |      | S|          |      |
  145.          |      | T|          |      |
  146.          +------+--+----------+------+
  147.              6    2     10        6
  148.  
  149.       DCNs
  150.       ----
  151.  
  152.          The DCNs at COMSAT and UCL use 16 bit addresses divided into an
  153.          8 bit host identifier  (HID),  and an 8 bit process  identifier
  154.          (PID).   The format  locates  these 16 bits in the low order 16
  155.          bits of the 24 bit internet address, as shown below.
  156.  
  157.          The network  number of the CONSAT-DCN is 29, and of the UCL-DCN
  158.          is 30.
  159.  
  160.          +--------+--------+--------+
  161.          |  ZERO  |   HID  |   PID  |
  162.          +--------+--------+--------+
  163.               8        8        8
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173. Postel                                                          [Page 3]
  174.  
  175.  
  176.                                                              August 1979
  177. IEN 115                                                 Address Mappings
  178.  
  179.  
  180.  
  181. References
  182. ----------
  183.  
  184.    [1]     Jonathan  B.  Postel,  "Internet  Protocol,"  USC/Information
  185.            Sciences Institute, IEN 111, August 1979.
  186.  
  187.    [2]     Noel Chiappa,  David Clark,  David  Reed,  "LCS  Net  Address
  188.            Format,"  M.I.T.  Laboratory  for  Computer  Science  Network
  189.            Implementation, Note No.5, IEN 82, February 1979.
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. Postel                                                          [Page 4]
  232.